home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod03 / cavegame.Dir / 00050.ls < prev    next >
Encoding:
Text File  |  1994-09-25  |  112 b   |  10 lines

  1. on mouseUp
  2.   if sprite 3 intersects 4 then
  3.     go(the frame + 1)
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   go(the frame)
  9. end
  10.